Skip to main content

Upgrading to 0.13.0

Upgrade Guides Are Moving

The location of the dbt Core upgrade guides has changed, and they will soon be removed from Guides. The new location is in the Docs tab under Available dbt versions. You have been redirected to the new URL, so please update any saved links and bookmarks.

Breaking changes

on-run-start and on-run-end

The special Jinja variable {{this}} is no longer implemented for on-run-start and on-run-end hooks.

Use a variable from the {{ target }} context or on-run-end context instead.

Adapter methods

A number of materialization-specific adapter methods have changed in breaking ways. If you use these adapter methods in your macros or materializations, you may need to update your code accordingly.

End of support

Version 1 schema.yml specs (deprecated in 0.11.0) are no longer supported. Please use the version 2 spec instead.

See the 0.11.0 migration guide for details.

0